home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
lib
/
c
/
crt
/
sun3.md
/
RCS
/
dummy.s,v
< prev
next >
Wrap
Text File
|
1988-06-19
|
324b
|
31 lines
head 1.1;
access ;
symbols ;
locks ; strict;
comment @# @;
1.1
date 88.06.19.14.35.36; author ouster; state Exp;
branches ;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@ .text
.globl Vaddd, Vsubd, Vfloord, _ffloat_
Vfloord:jmp Ffloord:L
Vaddd: jmp Faddd:L
Vsubd: jmp Fsubd:L
_ffloat_: rts
@